home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog57 < prev    next >
Text File  |  1995-06-29  |  197b  |  13 lines

  1. # testing additional resources
  2.  
  3. xtAppInitialize -class AppRes
  4.  
  5. . getAppResources { {no_file NoFile "no file" x} }
  6. puts stdout "option1: $x"
  7.  
  8. xmPushButton .fred managed
  9.  
  10. . realizeWidget
  11.  
  12. . mainLoop
  13.